[INFO] fetching crate mathscape-core 0.1.1...
[INFO] fixing mathscape-core-0.1.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate mathscape-core 0.1.1 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate mathscape-core 0.1.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate mathscape-core 0.1.1
[INFO] tweaked toml for crates.io crate mathscape-core 0.1.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate mathscape-core 0.1.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mathscape-core 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded blake3 v1.8.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 64a5efd97d552fc573aec05d9ff8492e1218b94504a5a5f6c052db71328ede21
[INFO] running `Command { std: "docker" "start" "64a5efd97d552fc573aec05d9ff8492e1218b94504a5a5f6c052db71328ede21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "64a5efd97d552fc573aec05d9ff8492e1218b94504a5a5f6c052db71328ede21" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "64a5efd97d552fc573aec05d9ff8492e1218b94504a5a5f6c052db71328ede21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "64a5efd97d552fc573aec05d9ff8492e1218b94504a5a5f6c052db71328ede21" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking constant_time_eq v0.4.2
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling blake3 v1.8.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking mathscape-core v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `MapEventConsumer`
[INFO] [stdout]    --> src/certification.rs:672:41
[INFO] [stdout]     |
[INFO] [stdout] 672 |             BufferedConsumer, MapEvent, MapEventConsumer, MathscapeMap,
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `MapEventConsumer`
[INFO] [stdout]    --> src/certification.rs:715:41
[INFO] [stdout]     |
[INFO] [stdout] 715 |             BufferedConsumer, MapEvent, MapEventConsumer, MathscapeMap,
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::value::Value`
[INFO] [stdout]    --> src/eval.rs:477:9
[INFO] [stdout]     |
[INFO] [stdout] 477 |     use crate::value::Value;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mathscape_compress` in this scope
[INFO] [stdout]   --> tests/stress_loop.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use mathscape_compress::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mathscape_compress`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 27 - use mathscape_compress::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout] 27 + use mathscape_core::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mathscape_reward` in this scope
[INFO] [stdout]   --> tests/stress_loop.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | use mathscape_reward::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mathscape_reward`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 37 - use mathscape_reward::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout] 37 + use mathscape_core::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mathscape_compress`
[INFO] [stdout]   --> tests/stress_loop.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use mathscape_compress::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mathscape_compress`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 27 - use mathscape_compress::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout] 27 + use mathscape_core::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mathscape_reward`
[INFO] [stdout]   --> tests/stress_loop.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | use mathscape_reward::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mathscape_reward`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 37 - use mathscape_reward::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout] 37 + use mathscape_core::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mathscape_compress` in this scope
[INFO] [stdout]   --> tests/knowability.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use mathscape_compress::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mathscape_compress`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 15 - use mathscape_compress::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout] 15 + use mathscape_core::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mathscape_reward` in this scope
[INFO] [stdout]   --> tests/knowability.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use mathscape_reward::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mathscape_reward`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 21 - use mathscape_reward::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout] 21 + use mathscape_core::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mathscape_compress`
[INFO] [stdout]   --> tests/knowability.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use mathscape_compress::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mathscape_compress`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 15 - use mathscape_compress::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout] 15 + use mathscape_core::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mathscape_reward`
[INFO] [stdout]   --> tests/knowability.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use mathscape_reward::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mathscape_reward`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 21 - use mathscape_reward::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout] 21 + use mathscape_core::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mathscape-core` (test "stress_loop") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mathscape_compress` in this scope
[INFO] [stdout]   --> tests/pressure_and_collapse.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use mathscape_compress::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mathscape_compress`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 12 - use mathscape_compress::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout] 12 + use mathscape_core::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mathscape_reward` in this scope
[INFO] [stdout]   --> tests/pressure_and_collapse.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use mathscape_reward::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mathscape_reward`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 25 - use mathscape_reward::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout] 25 + use mathscape_core::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mathscape_compress`
[INFO] [stdout]   --> tests/pressure_and_collapse.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use mathscape_compress::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mathscape_compress`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 12 - use mathscape_compress::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout] 12 + use mathscape_core::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mathscape_reward`
[INFO] [stdout]   --> tests/pressure_and_collapse.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use mathscape_reward::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mathscape_reward`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 25 - use mathscape_reward::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout] 25 + use mathscape_core::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mathscape_compress` in this scope
[INFO] [stdout]   --> tests/theory_invariants.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use mathscape_compress::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mathscape_compress`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 24 - use mathscape_compress::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout] 24 + use mathscape_core::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mathscape_reward` in this scope
[INFO] [stdout]   --> tests/theory_invariants.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use mathscape_reward::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mathscape_reward`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 39 - use mathscape_reward::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout] 39 + use mathscape_core::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mathscape_compress`
[INFO] [stdout]   --> tests/theory_invariants.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use mathscape_compress::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mathscape_compress`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 24 - use mathscape_compress::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout] 24 + use mathscape_core::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mathscape_reward`
[INFO] [stdout]   --> tests/theory_invariants.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use mathscape_reward::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mathscape_reward`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 39 - use mathscape_reward::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout] 39 + use mathscape_core::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mathscape_compress` in this scope
[INFO] [stdout]  --> tests/orchestrator.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use mathscape_compress::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mathscape_compress`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use mathscape_compress::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout] 5 + use mathscape_core::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mathscape_reward` in this scope
[INFO] [stdout]   --> tests/orchestrator.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use mathscape_reward::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mathscape_reward`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 22 - use mathscape_reward::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout] 22 + use mathscape_core::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mathscape_compress`
[INFO] [stdout]  --> tests/orchestrator.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use mathscape_compress::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mathscape_compress`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use mathscape_compress::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout] 5 + use mathscape_core::{extract::ExtractConfig, CompressionGenerator};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mathscape_reward`
[INFO] [stdout]   --> tests/orchestrator.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use mathscape_reward::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mathscape_reward`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 22 - use mathscape_reward::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout] 22 + use mathscape_core::{reward::RewardConfig, StatisticalProver};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0614]: type `f64` cannot be dereferenced
[INFO] [stdout]    --> tests/pressure_and_collapse.rs:116:21
[INFO] [stdout]     |
[INFO] [stdout] 116 |             assert!(*delta_dl > 0.0, "Subsumption ΔDL should be positive");
[INFO] [stdout]     |                     ^^^^^^^^^ can't be dereferenced
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0614]: type `f64` cannot be dereferenced
[INFO] [stdout]    --> tests/theory_invariants.rs:203:21
[INFO] [stdout]     |
[INFO] [stdout] 203 |             assert!(*delta_dl >= 0.0, "Accept event has negative ΔDL: {delta_dl}");
[INFO] [stdout]     |                     ^^^^^^^^^ can't be dereferenced
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0614]: type `f64` cannot be dereferenced
[INFO] [stdout]    --> tests/theory_invariants.rs:233:22
[INFO] [stdout]     |
[INFO] [stdout] 233 |                 Some(*delta_dl)
[INFO] [stdout]     |                      ^^^^^^^^^ can't be dereferenced
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0614.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mathscape-core` (test "orchestrator") due to 4 previous errors
[INFO] [stderr] error: could not compile `mathscape-core` (test "pressure_and_collapse") due to 5 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0614.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mathscape-core` (test "theory_invariants") due to 6 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mathscape-core` (test "knowability") due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "64a5efd97d552fc573aec05d9ff8492e1218b94504a5a5f6c052db71328ede21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64a5efd97d552fc573aec05d9ff8492e1218b94504a5a5f6c052db71328ede21", kill_on_drop: false }`
[INFO] [stdout] 64a5efd97d552fc573aec05d9ff8492e1218b94504a5a5f6c052db71328ede21
